home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Apps
/
ProjectBuilder.app
/
English.lproj
/
project.templates
/
Template_main.m
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-06
|
329 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import %INCLUDEFILE
void main(int argc, char *argv[]) {
[%APPLICATIONCLASS new];
if ([NXApp loadNibSection:"%MAINNIB.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}